home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
IDLIncludes
/
EPPC.idl
< prev
next >
Wrap
Text File
|
1996-05-01
|
2KB
|
76 lines
/*
File: EPPC.idl
Contains: High Level Event Manager Interfaces.
Version: Technology: System 7.5
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
*/
#ifndef __EPPC_IDL__
#define __EPPC_IDL__
#include <somobj.idl>
#include <somcls.idl>
#ifndef __ERRORS_IDL__
#include <Errors.idl>
#endif
#ifndef __APPLETALK_IDL__
#include <AppleTalk.idl>
#endif
#ifndef __FILES_IDL__
#include <Files.idl>
#endif
#ifndef __PPCTOOLBOX_IDL__
#include <PPCToolbox.idl>
#endif
#ifndef __PROCESSES_IDL__
#include <Processes.idl>
#endif
#ifndef __EVENTS_IDL__
#include <Events.idl>
#endif
#ifdef __SOMIDL__
#if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
typedef SOMLargeStruct TargetID; /* Derived from a struct of 252 bytes in size */
typedef OpaquePtr TargetIDPtr; /* Substituted OpaquePtr for ``TargetID*'' */
typedef OpaquePtr TargetIDHandle; /* Substituted OpaquePtr for ``TargetIDPtr*'' */
typedef TargetIDHandle TargetIDHdl;
typedef TargetID SenderID;
typedef OpaquePtr SenderIDPtr; /* Substituted OpaquePtr for ``SenderID*'' */
#endif
typedef SOMLargeStruct HighLevelEventMsg; /* Derived from a struct of 36 bytes in size */
typedef OpaquePtr HighLevelEventMsgPtr; /* Substituted OpaquePtr for ``HighLevelEventMsg*'' */
typedef OpaquePtr HighLevelEventMsgHandle; /* Substituted OpaquePtr for ``HighLevelEventMsgPtr*'' */
typedef HighLevelEventMsgHandle HighLevelEventMsgHdl;
#if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
typedef OpaquePtr GetSpecificFilterProcPtr;
typedef OpaquePtr GetSpecificFilterUPP;
#endif
#endif /* __SOMIDL__ */
#endif /* __EPPC_IDL__ */